home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ May 89 / U0061-compile options und-May89 < prev    next >
Encoding:
Text File  |  1989-06-26  |  839 b   |  33 lines  |  [TEXT/GEOL]

  1. Item    4409169                         26-May-89        18:05
  2.  
  3. From:   D1032                           Softview, Ron Breger, PRT
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    compile options under MacApp
  8.  
  9. TO:  MacApp Tech Support
  10.  
  11. Re:  MacApp 2.0b5
  12.  
  13. When I compile with the pascal option -mbg full, my application is unable to
  14. find objects like TWindow.  The inspector window will not show the name either.
  15.  What's the trick?
  16.  
  17. Another observation.  I was using GetMenu erroneously as follows:
  18.  
  19. menuh := GetMenu (menuNumber);
  20.  
  21. This worked just fine on an SE with a radius accelerator, but bombed horribly
  22. on the Mac II.  I should have been using:
  23.  
  24. menuh := GetMHandle (menuNumber);
  25.  
  26. An unfortunate error, and totally mine.  But why would it work on the SE and
  27. not on the II???
  28.  
  29. Leslie R. Lee
  30. SoftView, Inc.
  31.  
  32.  
  33.